home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / htdocs / forbidden / .htaccess next >
Encoding:
Text File  |  2005-10-22  |  109 b   |  5 lines

  1. AuthType Basic
  2. AuthName "FORBIDDEN AREA"
  3. AuthUserfile "../htdocs/forbidden/.htpasswd"
  4. Require valid-user
  5.